home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1996 September
/
CHIP Eylül 1996.iso
/
demos
/
fx
/
install.bat
< prev
next >
Wrap
DOS Batch File
|
1996-08-08
|
260b
|
18 lines
@echo off
md c:\chip
md c:\chip\eylul96
md c:\chip\eylul96\fx
if exist d:\setup.001 d:
if exist e:\setup.001 e:
if exist f:\setup.001 f:
if exist g:\setup.001 g:
if exist h:\setup.001 h:
cd\demos\fx
copy *.* c:\chip\eylul96\fx /Y
cd\
exit